set Use Pwm
open fun setUsePwm(value: Boolean): ModuleConfigProtos.ModuleConfig.ExternalNotificationConfig.Builder
use a PWM output instead of a simple on/off output. This will ignore
the 'output', 'output_ms' and 'active' settings and use the
device.buzzer_gpio instead.
Content copied to clipboard
bool use_pwm = 7;
Return
This builder for chaining.
Parameters
value
The usePwm to set.